'   T h e r e m i n o   A u t o m a t i o n   D e m o   P r o g r a m 
 
 '   T e s t i n g   f o r   s p a c e s   i n   t h e   s t r i n g s 
 
 '   A n d   t e s t i n g   t h e   f o l l o w i n g   k e y w o r d s 
 
 '   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
 
 '   C R L F 
 
 '   N B S P 
 
 '   T A B 
 
 '   C h a r s ( C h a r a c t e r ,   R e p e t i t i o n s ) 
 
 '   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
 
 
 
 ' s 1   =   3 3   +   T A B   +   T A B   +   T A B   +   T A B   +   T A B   +   " B B B " 
 
 
 
 s 1   =   3 3   +   C h a r s ( "   " ,   2 0 )   +   " B B B " 
 
 
 
 ' s 1   =   3 3   +   "                               "   +   " B B B " 
 
 
 
 '   N O R M A L   S P A C E S 
 
 ' s 1   =   " A A A "   +     "                               "   +   " B B B " 
 
 
 
 '   N O N - B R E A K I N G   S P A C E S   - - - -   A L T   2 5 5 
 
 ' s 1   =   " A A A "   +     "               "   +   " B B B " 
 
 
 
 '   N O N - B R E A K I N G   S P A C E S   - - - -   A L T   0 1 6 0 
 
 ' s 1   =   " A A A "   +   "                 "   +   " B B B " 
 
 
 
 P r i n t   s 1 
 
 
 
 
 
 ' W A T C H   v 1 
 
 ' W A T C H   s 1 
 
 ' W A T C H   N o w 
 
 